projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeea6bf
)
set the version of babl to 0.0.9
author
Øyvind Kolås
<ok@src.gnome.org>
Fri, 29 Dec 2006 15:30:19 +0000
(15:30 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Fri, 29 Dec 2006 15:30:19 +0000
(15:30 +0000)
* configure.ac: set the version of babl to 0.0.9
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 885c0d24456e32fbe01c78398fa03bf73943e459..91cce8daac6db4f5fc6cf10eea37450bb2ab64c9 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-12-29 Øyvind Kolås <pippin@gimp.org>
+
+ * configure.ac: set the version of babl to 0.0.9
+
2006-12-29 Øyvind Kolås <pippin@gimp.org>
* configure.ac: set the version of babl to 0.0.8
diff --git
a/configure.ac
b/configure.ac
index 8b10128d09e46a9cc8f4923f7772c29188ce999b..ca4dd491c024fe7c1b4a4452a112f72d26a22cde 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2,7
+2,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], 0)
m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version],
8
)
+m4_define([babl_micro_version],
9
)
AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version)
AC_CONFIG_SRCDIR(babl/babl.h)